home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMCOMPAREOPT / TFRMCOMPAREOPT.txt < prev   
Text File  |  2008-08-19  |  5KB  |  221 lines

  1. object FrmCompareopt: TFrmCompareopt
  2.   Left = 391
  3.   Top = 259
  4.   BorderStyle = bsDialog
  5.   Caption = 'Compare files options'
  6.   ClientHeight = 202
  7.   ClientWidth = 358
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 7
  25.     Width = 47
  26.     Height = 13
  27.     Caption = 'Compare:'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'Tahoma'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object Label2: TLabel
  36.     Left = 8
  37.     Top = 54
  38.     Width = 43
  39.     Height = 13
  40.     AutoSize = False
  41.     Caption = 'To:'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'Tahoma'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object cmbFile2: TTntHistoryComboBox
  50.     Left = 8
  51.     Top = 25
  52.     Width = 318
  53.     Height = 21
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'Tahoma'
  58.     Font.Style = []
  59.     ItemHeight = 13
  60.     ParentFont = False
  61.     TabOrder = 0
  62.     Key = 'SOFTWARE\Carthago\TwistPad\CompareFiles\history1'
  63.   end
  64.   object CmbFile1: TTntHistoryComboBox
  65.     Left = 8
  66.     Top = 72
  67.     Width = 318
  68.     Height = 21
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clWindowText
  71.     Font.Height = -11
  72.     Font.Name = 'Tahoma'
  73.     Font.Style = []
  74.     ItemHeight = 13
  75.     ParentFont = False
  76.     TabOrder = 2
  77.     Key = 'SOFTWARE\Carthago\TwistPad\CompareFiles\history2'
  78.   end
  79.   object Button3: TButton
  80.     Left = 329
  81.     Top = 24
  82.     Width = 21
  83.     Height = 21
  84.     Caption = '...'
  85.     TabOrder = 1
  86.     OnClick = Button3Click
  87.   end
  88.   object Button4: TButton
  89.     Left = 329
  90.     Top = 71
  91.     Width = 21
  92.     Height = 21
  93.     Caption = '...'
  94.     TabOrder = 3
  95.     OnClick = Button4Click
  96.   end
  97.   object Panel1: TPanel
  98.     Left = 10
  99.     Top = 100
  100.     Width = 341
  101.     Height = 46
  102.     BevelOuter = bvNone
  103.     TabOrder = 4
  104.     object ChkIgnoreBlanks: TCheckBox
  105.       Left = 6
  106.       Top = 31
  107.       Width = 91
  108.       Height = 15
  109.       Caption = 'Ignore blanks'
  110.       Font.Charset = DEFAULT_CHARSET
  111.       Font.Color = clWindowText
  112.       Font.Height = -11
  113.       Font.Name = 'Tahoma'
  114.       Font.Style = []
  115.       ParentFont = False
  116.       TabOrder = 0
  117.     end
  118.     object chkIgnoreCase: TCheckBox
  119.       Left = 6
  120.       Top = 6
  121.       Width = 81
  122.       Height = 15
  123.       Caption = 'Ignore case'
  124.       Font.Charset = DEFAULT_CHARSET
  125.       Font.Color = clWindowText
  126.       Font.Height = -11
  127.       Font.Name = 'Tahoma'
  128.       Font.Style = []
  129.       ParentFont = False
  130.       TabOrder = 1
  131.     end
  132.     object ChkSyntax: TCheckBox
  133.       Left = 106
  134.       Top = 6
  135.       Width = 133
  136.       Height = 15
  137.       Caption = 'Show syntax highlight'
  138.       Font.Charset = DEFAULT_CHARSET
  139.       Font.Color = clWindowText
  140.       Font.Height = -11
  141.       Font.Name = 'Tahoma'
  142.       Font.Style = []
  143.       ParentFont = False
  144.       TabOrder = 2
  145.     end
  146.   end
  147.   object Panel2: TPanel
  148.     Left = 5
  149.     Top = 157
  150.     Width = 349
  151.     Height = 36
  152.     BevelOuter = bvNone
  153.     TabOrder = 5
  154.     object Bevel1: TBevel
  155.       Left = 2
  156.       Top = 1
  157.       Width = 340
  158.       Height = 2
  159.       Shape = bsBottomLine
  160.     end
  161.     object Image1: TImage
  162.       Left = 115
  163.       Top = 10
  164.       Width = 16
  165.       Height = 16
  166.       Picture.Data = {<image000.bmp>}
  167.       Visible = False
  168.     end
  169.     object Image2: TImage
  170.       Left = 140
  171.       Top = 10
  172.       Width = 16
  173.       Height = 16
  174.       Picture.Data = {<image001.bmp>}
  175.       Visible = False
  176.     end
  177.     object BtnMore: TBitBtn
  178.       Left = 10
  179.       Top = 11
  180.       Width = 80
  181.       Height = 23
  182.       Caption = '&More'
  183.       TabOrder = 0
  184.       OnClick = BtnMoreClick
  185.     end
  186.     object Button1: TButton
  187.       Left = 170
  188.       Top = 11
  189.       Width = 80
  190.       Height = 23
  191.       Caption = '&OK'
  192.       Default = True
  193.       Font.Charset = DEFAULT_CHARSET
  194.       Font.Color = clWindowText
  195.       Font.Height = -11
  196.       Font.Name = 'Tahoma'
  197.       Font.Style = []
  198.       ModalResult = 1
  199.       ParentFont = False
  200.       TabOrder = 1
  201.       OnClick = Button1Click
  202.     end
  203.     object Button2: TButton
  204.       Left = 256
  205.       Top = 11
  206.       Width = 80
  207.       Height = 23
  208.       Cancel = True
  209.       Caption = '&Cancel'
  210.       Font.Charset = DEFAULT_CHARSET
  211.       Font.Color = clWindowText
  212.       Font.Height = -11
  213.       Font.Name = 'Tahoma'
  214.       Font.Style = []
  215.       ModalResult = 2
  216.       ParentFont = False
  217.       TabOrder = 2
  218.     end
  219.   end
  220. end
  221.